word, communcations status - significado y definición. Qué es word, communcations status
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Qué (quién) es word, communcations status - definición

CONTROL REGISTER IN IBM SYSTEM/360 AND SUCCESSORS SYSTEMS ARCHITECTURE
Program Status Word

Program status word         
The program status word (PSW) is a register that performs the function of a status register and program counter, and sometimes more. The term is also applied to a copy of the PSW in storage.
Status epilepticus         
  • [[Diazepam]] that can be inserted rectally is often prescribed to caregivers of people with epilepsy. This enables treatment of multiple seizures prior to being able to seek medical care.
HUMAN DISEASE
Refractory status epilepticus; Epileptic status; Super-refractory status epilepticus; Super refractory status epilepticus
Status epilepticus (SE) is a single seizure lasting more than 5 minutes or 2 or more seizures within a 5-minute period without the person returning to normal between them. Previous definitions used a 30-minute time limit.
Word (computer architecture)         
BASE MEMORY UNIT HANDLED BY A COMPUTER
Computer word; Word size; Word length; Wordlength; 10-bit; Halfword; Dword (Computer); Qword; Machine word; DWORD; DWord; Dword; Data word; Double word; Word orientation; Word-oriented; Word oriented; Word (unit); Word (data type); Word width; Memory word; Bitness; Binary word; Variable word-length computer; Variable word-length architecture; Variable word-length machine; Variable word length architecture; Variable word length computer; Variable word length machine; Variable word architecture; Variable word-length (computer hardware); Variable word length (computer hardware); 32-bit word; 32bit word; Catena (unit); Catena (computing); Catenae (unit); Catenae (computing); Storage word; 16-bit word; 16 bit word; 32 bit word; 48-bit word; 48 bit word; 51 bit word; 51-bit word; 60-bit word; 60 bit word; 64 bit word; 64-bit word; 96 bit word; 96-bit word; Word size (computing); Quarterword; Variable word length; Fullword; Kiloword
In computing, a word is the natural unit of data used by a particular processor design. A word is a fixed-sized datum handled as a unit by the instruction set or the hardware of the processor.

Wikipedia

Program status word

The program status word (PSW) is a register that performs the function of a status register and program counter, and sometimes more. The term is also applied to a copy of the PSW in storage. This article only discusses the PSW in the IBM System/360 and its successors, and follows the IBM convention of numbering bits starting with 0 as the leftmost (most significant) bit.

Although certain fields within the PSW may be tested or set by using non-privileged instructions, testing or setting the remaining fields may only be accomplished by using privileged instructions.

Contained within the PSW are the two bit condition code, representing zero, positive, negative, overflow, and similar flags of other architectures' status registers. Conditional branch instructions test this encoded as a four bit value, with each bit representing a test of one of the four condition code values, 23 + 22 + 21 + 20. (Since IBM uses big-endian bit numbering, mask value 8 selects code 0, mask value 4 selects code 1, mask value 2 selects code 2, and mask value 1 selects code 3.)

The 64-bit PSW describes (among other things)

  • Interrupt masks
  • Privilege states
  • Condition code
  • Instruction address

In the early instances of the architecture (System/360 and early System/370), the instruction address was 24 bits; in later instances (XA/370), the instruction address was 31 bits plus a mode bit (24 bit addressing mode if zero; 31 bit addressing mode if one) for a total of 32 bits.

In the present instances of the architecture (z/Architecture), the instruction address is 64 bits and the PSW itself is 128 bits.

The PSW may be loaded by the LOAD PSW instruction (LPSW or LPSWE). Its contents may be examined with the Extract PSW instruction (EPSW).